home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / puzzle-land.swf / scripts / DefineButton2_780 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-29  |  101 b   |  8 lines

  1. on(press){
  2.    if(_root.buckdrop != true)
  3.    {
  4.       _root.bucket.play();
  5.       play();
  6.    }
  7. }
  8.